projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13a4fce
)
Require dash
author
justbur
<justin@burkett.cc>
Fri, 10 Jul 2015 18:51:45 +0000
(14:51 -0400)
committer
justbur
<justin@burkett.cc>
Fri, 10 Jul 2015 18:51:45 +0000
(14:51 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 6ff81dfc2e08506fbd943b09295bac5c8a79a75f..01e2920f72de4dbaf190e17a4323fb43b8ede4fc 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-6,7
+6,7
@@
;; URL: https://github.com/justbur/which-key/
;; Version: 0.1
;; Keywords:
-;; Package-Requires: ((emacs "24.3") (s "1.9.0"))
+;; Package-Requires: ((emacs "24.3") (s "1.9.0")
(dash "2.11.0")
)
;;; Commentary:
;;
@@
-23,6
+23,7
@@
(require 'cl-lib)
(require 's)
+(require 'dash)
(defgroup which-key nil "Customization options for which-key-mode")
(defcustom which-key-idle-delay 1